home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 February / Practical Internet February 2002.iso / pc / Software / Browsing / httrack-3.09e2.exe / {app} / src_win / WinHTTrack / OptionTab2.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-08-25  |  1.6 KB  |  68 lines

  1. #if !defined(AFX_OPTIONTAB2_H__E6FA3FE3_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  2. #define AFX_OPTIONTAB2_H__E6FA3FE3_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7.  
  8. #include "BuildOptions.h"
  9.  
  10. // OptionTab2.h : header file
  11. //
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // COptionTab2 dialog
  15.  
  16. class COptionTab2 : public CPropertyPage
  17. {
  18.     DECLARE_DYNCREATE(COptionTab2)
  19.  
  20. // Construction
  21. public:
  22.     COptionTab2();
  23.     ~COptionTab2();
  24.     CBuildOptions      Bopt;
  25.   int modify;
  26.   char* GetTip(int id);
  27.  
  28.  
  29. // Dialog Data
  30.     //{{AFX_DATA(COptionTab2)
  31.     enum { IDD = IDD_OPTION2 };
  32.     CComboBox    m_ctl_build;
  33.     CButton    m_buildopt;
  34.     int        m_build;
  35.     BOOL    m_dos;
  36.     BOOL    m_errpage;
  37.     BOOL    m_external;
  38.     BOOL    m_nopurge;
  39.     BOOL    m_hidepwd;
  40.     BOOL    m_hidequery;
  41.     //}}AFX_DATA
  42.  
  43.  
  44. // Overrides
  45.     // ClassWizard generate virtual function overrides
  46.     //{{AFX_VIRTUAL(COptionTab2)
  47.     protected:
  48.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  49.     //}}AFX_VIRTUAL
  50.  
  51. // Implementation
  52. protected:
  53.     // Generated message map functions
  54.     //{{AFX_MSG(COptionTab2)
  55.     afx_msg void Onbuildopt();
  56.     virtual BOOL OnInitDialog();
  57.     afx_msg void OnSelchangebuild();
  58.     //}}AFX_MSG
  59.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  60.     DECLARE_MESSAGE_MAP()
  61.  
  62. };
  63.  
  64. //{{AFX_INSERT_LOCATION}}
  65. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  66.  
  67. #endif // !defined(AFX_OPTIONTAB2_H__E6FA3FE3_A5B5_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  68.